home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / glyphpro / seldir.dfm / seldir.txt
Text File  |  1995-12-22  |  766b  |  41 lines

  1. object FormSelectDirectory: TFormSelectDirectory
  2.   Left = 166
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Directory'
  6.   ClientHeight = 222
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object DirectoryListBox1: TDirectoryListBox
  16.     Left = 8
  17.     Top = 8
  18.     Width = 409
  19.     Height = 161
  20.     ItemHeight = 16
  21.     TabOrder = 0
  22.   end
  23.   object BitBtnOK: TBitBtn
  24.     Left = 112
  25.     Top = 179
  26.     Width = 89
  27.     Height = 33
  28.     TabOrder = 1
  29.     OnClick = BitBtnOKClick
  30.     Kind = bkOK
  31.   end
  32.   object BitBtnCancel: TBitBtn
  33.     Left = 241
  34.     Top = 179
  35.     Width = 89
  36.     Height = 33
  37.     TabOrder = 2
  38.     Kind = bkCancel
  39.   end
  40. end
  41.